home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TCOMPARERESULTSDLG / TCOMPARERESULTSDLG.txt
Text File  |  2005-06-02  |  4KB  |  166 lines

  1. object CompareResultsDlg: TCompareResultsDlg
  2.   Left = 359
  3.   Top = 189
  4.   Width = 461
  5.   Height = 421
  6.   Caption = 'R'#233'sultats de la Comparaison'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 140
  9.   Constraints.MinWidth = 280
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   ShowHint = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnKeyPress = FormKeyPress
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 26
  29.     Width = 453
  30.     Height = 342
  31.     Align = alClient
  32.     BevelOuter = bvNone
  33.     BorderStyle = bsSingle
  34.     Color = clWindow
  35.     ParentBackground = False
  36.     TabOrder = 0
  37.     object Bevel2: TBevel
  38.       Left = 0
  39.       Top = 0
  40.       Width = 8
  41.       Height = 338
  42.       Align = alLeft
  43.       Shape = bsSpacer
  44.     end
  45.     object Panel2: TPanel
  46.       Left = 8
  47.       Top = 0
  48.       Width = 441
  49.       Height = 338
  50.       Align = alClient
  51.       BevelOuter = bvNone
  52.       Color = clWindow
  53.       TabOrder = 0
  54.       object Bevel3: TBevel
  55.         Left = 0
  56.         Top = 0
  57.         Width = 441
  58.         Height = 8
  59.         Align = alTop
  60.         Shape = bsSpacer
  61.       end
  62.       object CompareLbl: TLabel
  63.         Left = 0
  64.         Top = 8
  65.         Width = 441
  66.         Height = 13
  67.         Align = alTop
  68.         Caption = '%'
  69.         WordWrap = True
  70.         OnDblClick = CompareLblDblClick
  71.       end
  72.       object Bevel4: TBevel
  73.         Left = 0
  74.         Top = 21
  75.         Width = 441
  76.         Height = 8
  77.         Align = alTop
  78.         Shape = bsSpacer
  79.       end
  80.       object ResultsView: TOvcVirtualListBox
  81.         Left = 0
  82.         Top = 29
  83.         Width = 441
  84.         Height = 309
  85.         BorderStyle = bsNone
  86.         HeaderColor.BackColor = clBtnFace
  87.         HeaderColor.TextColor = clBtnText
  88.         IntegralHeight = False
  89.         NumItems = 0
  90.         OwnerDraw = True
  91.         ProtectColor.BackColor = clRed
  92.         ProtectColor.TextColor = clWhite
  93.         RowHeight = 13
  94.         SelectColor.BackColor = clHighlight
  95.         SelectColor.TextColor = clHighlightText
  96.         OnDrawItem = ResultsViewDrawItem
  97.         OnGetItem = ResultsViewGetItem
  98.         Align = alClient
  99.         TabOrder = 0
  100.         OnDblClick = ResultsViewDblClick
  101.         OnKeyDown = ResultsViewKeyDown
  102.         OnMouseDown = ResultsViewMouseDown
  103.       end
  104.     end
  105.   end
  106.   object StatusBar1: TStatusBar
  107.     Left = 0
  108.     Top = 368
  109.     Width = 453
  110.     Height = 19
  111.     Panels = <>
  112.     SimplePanel = True
  113.     SimpleText = 
  114.       'Double-cliquez sur un fichier pour l'#39'ouvrir dans le visualiseur ' +
  115.       'associ'#233'.'
  116.   end
  117.   object TBDock1: TTBDock
  118.     Left = 0
  119.     Top = 0
  120.     Width = 453
  121.     Height = 26
  122.     object TBToolbar1: TTBToolbar
  123.       Left = 0
  124.       Top = 0
  125.       Align = alTop
  126.       DockMode = dmCannotFloatOrChangeDocks
  127.       DragHandleStyle = dhNone
  128.       FullSize = True
  129.       Images = Images.MainHot
  130.       ShowCaption = False
  131.       TabOrder = 0
  132.       object CloseBtn: TTBItem
  133.         Caption = '&Fermer'
  134.         OnClick = CloseBtnClick
  135.       end
  136.       object TBSeparatorItem1: TTBSeparatorItem
  137.       end
  138.       object PrintBtn: TTBItem
  139.         Hint = 'Imprimer les r'#233'sultats'
  140.         ImageIndex = 21
  141.         OnClick = PrintBtnClick
  142.       end
  143.       object CopyBtn: TTBItem
  144.         Hint = 'Copier vers le presse-papier'
  145.         ImageIndex = 100
  146.         OnClick = CopyBtnClick
  147.       end
  148.       object SaveBtn: TTBItem
  149.         Hint = 'Sauver les r'#233'sultats dans un fichier'
  150.         ImageIndex = 57
  151.         OnClick = SaveBtnClick
  152.       end
  153.     end
  154.   end
  155.   object SaveDialog: TSaveDialog
  156.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  157.     Left = 168
  158.     Top = 288
  159.   end
  160.   object PrintDialog: TPrintDialog
  161.     Options = [poPageNums]
  162.     Left = 136
  163.     Top = 288
  164.   end
  165. end
  166.